Autogenerated HTML docs for v2.0.0-rc2-15-gd30ac 
diff --git a/RelNotes/1.9.3.txt b/RelNotes/1.9.3.txt new file mode 100644 index 0000000..17b05ca --- /dev/null +++ b/RelNotes/1.9.3.txt 
@@ -0,0 +1,21 @@ +Git v1.9.3 Release Notes +======================== + +Fixes since v1.9.2 +------------------ + + * "git p4" dealing with changes in binary files were broken by a + change in 1.9 release. + + * The shell prompt script (in contrib/), when using the PROMPT_COMMAND + interface, used an unsafe construct when showing the branch name in + $PS1. + + * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not + work well with. + + * Some more Unicode codepoints defined in Unicode 6.3 as having + zero width have been taught to our display column counting logic. + + * Some tests used shell constructs that did not work well on + FreeBSD. 
diff --git a/git-shell.html b/git-shell.html index b25f7dd..ccbf761 100644 --- a/git-shell.html +++ b/git-shell.html 
@@ -826,7 +826,6 @@  <h2 id="_example">EXAMPLE</h2>   <div class="sectionbody">   <div class="paragraph"><p>To disable interactive logins, displaying a greeting instead:</p></div>  -<div class="paragraph"><p>+</p></div>   <div class="listingblock">   <div class="content">   <pre><tt>$ chsh -s /usr/bin/git-shell  @@ -859,7 +858,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2013-08-20 08:40:27 PDT  +Last updated 2014-05-08 14:23:44 PDT   </div>   </div>   </body>  
diff --git a/git-shell.txt b/git-shell.txt index c35051b..e4bdd22 100644 --- a/git-shell.txt +++ b/git-shell.txt 
@@ -66,7 +66,7 @@  -------    To disable interactive logins, displaying a greeting instead: -+ +  ----------------  $ chsh -s /usr/bin/git-shell  $ mkdir $HOME/git-shell-commands